projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e6d276
)
Fix typo in previous change.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 12 Mar 1997 02:08:10 +0000
(
02:08
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 12 Mar 1997 02:08:10 +0000
(
02:08
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 0c72ed1538e5847fb30d5605c5276ce69c2d31f9..fb22bc02654f3a4d175e6e626887ce606d80926b 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-907,7
+907,7
@@
that can be added."
(defun remove-from-invisibility-spec (arg)
"Remove elements from `buffer-invisibility-spec'."
(if buffer-invisibility-spec
- (setq buffer-invisibility-spec (delete
*
arg buffer-invisibility-spec))))
+ (setq buffer-invisibility-spec (delete arg buffer-invisibility-spec))))
\f
(defun global-set-key (key command)
"Give KEY a global binding as COMMAND.